source: MML/trunk/machine/SOLEIL/common/toolbox/GUILayout/layoutHelp/Function reference4_3.html

Last change on this file was 17, checked in by zhangj, 10 years ago

To have a stable version on the server.

  • Property svn:executable set to *
File size: 3.7 KB
Line 
1<html xmlns:saxon="http://icl.com/saxon">
2   <head>
3      <link rel="stylesheet" type="text/css" href="doc.css"/>
4      <link rel="stylesheet" type="text/css" href=""/>
5      <meta author="The MathWorks Ltd."/>
6      <meta copyright="2011 The MathWorks Ltd."/>
7      <title>layoutRoot</title>
8   </head>
9
10   
11    <body>
12      <table class="header" width="100%" border="0" cellspacing="0" cellpadding="0">
13         <tr>
14            <td bgcolor="#e4f0f8"><A href="Function reference.html"><font face="Arial" bgcolor="#e4f0f8" size="+0" underline="0" color="#000000"><b>Function reference</b></font></A></td>
15            <td width="36" bgcolor="#e4f0f8"><A HREF="Function reference4_2.html"><IMG SRC="Images/leftarrow.png" BORDER="0" ALT="previous page"/></A><A HREF="Function reference4_4.html"><IMG SRC="Images/rightarrow.png" BORDER="0" ALT="next page"/></A></td>
16         </tr>
17      </table>
18   
19
20      <br clear="all"/>
21         
22      <h2>4.3: layoutRoot&nbsp;<a href="Function reference.html#4"><img src="Images/uparrow.png" border="0" align="top" alt="Go back up one level"/></a></h2>
23     
24                 
25                 
26                 
27            <p>returns the folder containing the GUI layout toolbox</p>
28                        <dl>
29                 <dt><code class="OUTARG">folder</code><code class="FUNCTION"> = layoutRoot(</code><code class="FUNCTION">&nbsp;)</code></dt>
30                 <dd>returns the full path to the folder containing the GUI layout toolbox.</dd>
31                 
32             </dl>
33             
34             <h3>For example:</h3>
35                     <pre style="background-color: #eeeeff; margin-left: 20px; margin-right: 20px"><font color="#000011">folder = <a href="layoutRoot.html"><code class="FUNCTION">layoutRoot</code></a>()</font></pre>
36                     <p style="background-color: #ddddee; margin-left: 20px; margin-right: 20px"><font color="#000022"><code>folder = <code class="STRING">'C:\Temp\LayoutToolbox1.0'</code></code></font></p>
37                 
38             <br/><b>See also:</b><ul><li><code class="FUNCTION"><a href="layoutVersion.html">layoutVersion</a></code> - for getting the toolbox version number and date</li></ul>
39       
40     
41      <br clear="ALL"/>
42      <table class="footer" width="100%" border="0" cellspacing="0" cellpadding="0">
43         <tr>
44            <td width="18" height="15" bgcolor="#e4f0f8" align="left"><a href="Function reference4_2.html"><img src="images/leftarrow.png" border="0" alt="previous page"/></a></td>
45            <td width="40%" height="15" bgcolor="#e4f0f8" align="left"><a href="Function reference4_2.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">layoutVersion</font></a></td>
46            <td width="20%" height="15" bgcolor="#e4f0f8" align="center"><a href="index.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">[Top]</font></a></td>
47            <td width="40%" height="15" bgcolor="#e4f0f8" align="right"><a href="Function reference4_4.html"><font face="arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">uiextras.set</font></a></td>
48            <td width="18" height="15" bgcolor="#e4f0f8" align="right"><a href="Function reference4_4.html"><img src="images/rightarrow.png" border="0" alt="next page"/></a></td>
49         </tr>
50      </table>
51      <font face="Arial" bgcolor="#e4f0f8" size="normal" underline="0" color="#000000">&copy; 2011 The MathWorks Ltd</font>
52      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/license.txt'])">Terms of Use</a>
53      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/patents.txt'])">Patents</a>
54      <TT>&#149; </TT><a href="matlab: helpview([matlabroot,'/trademarks.txt'])">Trademarks</a>
55   
56   </body>
57</html>
58       
Note: See TracBrowser for help on using the repository browser.